of
Composites two constants and supplies the result
Return
Author
fzzyhmstrs
Since
0.6.8
Parameters
See also
fun <T> of(oneSupplier: Supplier<T>, twoSupplier: Supplier<T>, compositingFunction: BiFunction<T, T, T>): Supplier<T>
Composites two suppliers and supplies the result. Result is recomputed on every get call
Return
Author
fzzyhmstrs
Since
0.6.8
Parameters
T
supplied type
compositingFunction
BiFunction<T, T, T>
See also
Composites a supplier and constant and supplies the result. Result is recomputed on every get call
Return
Author
fzzyhmstrs
Since
0.6.8
Parameters
See also
Composites a constant and a supplier and supplies the result. Result is recomputed on every get call
Return
Author
fzzyhmstrs
Since
0.6.8